home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Add-Ons / 4D / ComboBox 1.1.1 / src / ComboBoxListMouseDown.h < prev    next >
Text File  |  1996-02-23  |  699b  |  21 lines

  1. //---------------------------------------------------------------------------------------
  2. //
  3. //    ComboBoxListMouseDown.h -- Header for ComboBox external area list process procedures
  4. //
  5. //    Copyright ©1995-1996, Pensacola Christian College
  6. //
  7. //    ======================================================================
  8. //    Change History
  9. //    ======================================================================
  10. //
  11. //    1.0            08/  /95        Steve Dwire
  12. //                                            Initial release
  13. //
  14. //---------------------------------------------------------------------------------------
  15.  
  16. #ifndef __COMBOBOX_H__
  17. #include "ComboBox.h"
  18. #endif
  19.  
  20. void ListMouseDown(AreaHnd AreaDataHnd, EventRecord* event, WindowPtr ListWindow);
  21.